home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-13 | 426 b | 23 lines | [TEXT/MPS ] |
- {Code}object PreText is TextPak_Glossary
-
- has
- OffScreen()
- do
- self.DisplayFile("Pre-AA Text", 50, 50, 540);
- self.show(true);
- self.enable(true);
- end;
-
- MouseDown(theX, theY)
- do
- AfterText.show(true);
- AfterText.enable(true);
- end;
-
- with
- omitFlag is false;
- suppressGlossary is true;
- X is 0; Y is 0; Width is 640; Height is 200;
- Duration is -1;
- end;
-